1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmNhaCungCap
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.panel1 = new System.Windows.Forms.Panel();
32             
this.panel3 = new System.Windows.Forms.Panel();
33             
this.btnDong = new System.Windows.Forms.Button();
34             
this.tabControlFrmNhaCungCap = new System.Windows.Forms.TabControl();
35             
this.tabPageDanhSachChonNhanhNCC = new System.Windows.Forms.TabPage();
36             
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
37             
this.dgvDanhSachChonNhanhNCC = new System.Windows.Forms.DataGridView();
38             
this.panel2 = new System.Windows.Forms.Panel();
39             
this.linkLabel_ThemMoi = new System.Windows.Forms.LinkLabel();
40             
this.btnTimNhanhFrmDanhSachNCC = new System.Windows.Forms.Button();
41             
this.txtSoDienThoaiFrmDanhSachNCC = new System.Windows.Forms.TextBox();
42             
this.label7 = new System.Windows.Forms.Label();
43             
this.txtHoVaTenFrmDanhSachNCC = new System.Windows.Forms.TextBox();
44             
this.label4 = new System.Windows.Forms.Label();
45             
this.tabPageFrmThemMoiNCC = new System.Windows.Forms.TabPage();
46             
this.linkLabel_DsNcc = new System.Windows.Forms.LinkLabel();
47             
this.btnHuy = new System.Windows.Forms.Button();
48             
this.btnThemMoi = new System.Windows.Forms.Button();
49             
this.dateTimePickerNgaySinh = new System.Windows.Forms.DateTimePicker();
50             
this.txtGhiChu = new System.Windows.Forms.TextBox();
51             
this.txtEmail = new System.Windows.Forms.TextBox();
52             
this.txtTenCongTy = new System.Windows.Forms.TextBox();
53             
this.txtSoDienThoai = new System.Windows.Forms.TextBox();
54             
this.txtHoVaTen = new System.Windows.Forms.TextBox();
55             
this.txtDiaChi = new System.Windows.Forms.TextBox();
56             
this.label8 = new System.Windows.Forms.Label();
57             
this.label9 = new System.Windows.Forms.Label();
58             
this.label5 = new System.Windows.Forms.Label();
59             
this.label6 = new System.Windows.Forms.Label();
60             
this.label3 = new System.Windows.Forms.Label();
61             
this.label2 = new System.Windows.Forms.Label();
62             
this.label1 = new System.Windows.Forms.Label();
63             
this.Chon = new System.Windows.Forms.DataGridViewLinkColumn();
64             
this.IdNhaCungCap = new System.Windows.Forms.DataGridViewTextBoxColumn();
65             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
66             
this.HoVaTen = new System.Windows.Forms.DataGridViewLinkColumn();
67             
this.SoDienThoai = new System.Windows.Forms.DataGridViewTextBoxColumn();
68             
this.DiaChi = new System.Windows.Forms.DataGridViewTextBoxColumn();
69             
this.lblTongSoBanGhiHienThi = new System.Windows.Forms.Label();
70             
this.btnTiep = new System.Windows.Forms.Button();
71             
this.btnSau = new System.Windows.Forms.Button();
72             
this.panel1.SuspendLayout();
73             
this.panel3.SuspendLayout();
74             
this.tabControlFrmNhaCungCap.SuspendLayout();
75             
this.tabPageDanhSachChonNhanhNCC.SuspendLayout();
76             
this.tableLayoutPanel1.SuspendLayout();
77             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachChonNhanhNCC)).BeginInit();
78             
this.panel2.SuspendLayout();
79             
this.tabPageFrmThemMoiNCC.SuspendLayout();
80             
this.SuspendLayout();
81             
//
82             
// panel1
83             
//
84             
this.panel1.Controls.Add(this.panel3);
85             
this.panel1.Controls.Add(this.tabControlFrmNhaCungCap);
86             
this.panel1.Location = new System.Drawing.Point(0, 0);
87             
this.panel1.Name = "panel1";
88             
this.panel1.Size = new System.Drawing.Size(757, 510);
89             
this.panel1.TabIndex = 0;
90             
//
91             
// panel3
92             
//
93             
this.panel3.Controls.Add(this.btnDong);
94             
this.panel3.Location = new System.Drawing.Point(3, 0);
95             
this.panel3.Name = "panel3";
96             
this.panel3.Size = new System.Drawing.Size(750, 38);
97             
this.panel3.TabIndex = 1;
98             
//
99             
// btnDong
100             
//
101             
this.btnDong.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
102             
this.btnDong.Location = new System.Drawing.Point(672, 3);
103             
this.btnDong.Name = "btnDong";
104             
this.btnDong.Size = new System.Drawing.Size(75, 32);
105             
this.btnDong.TabIndex = 0;
106             
this.btnDong.Text = "Đóng";
107             
this.btnDong.UseVisualStyleBackColor = true;
108             
this.btnDong.Visible = false;
109             
this.btnDong.Click += new System.EventHandler(this.btnDong_Click);
110             
//
111             
// tabControlFrmNhaCungCap
112             
//
113             
this.tabControlFrmNhaCungCap.Controls.Add(this.tabPageDanhSachChonNhanhNCC);
114             
this.tabControlFrmNhaCungCap.Controls.Add(this.tabPageFrmThemMoiNCC);
115             
this.tabControlFrmNhaCungCap.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
116             
this.tabControlFrmNhaCungCap.Location = new System.Drawing.Point(3, 12);
117             
this.tabControlFrmNhaCungCap.Name = "tabControlFrmNhaCungCap";
118             
this.tabControlFrmNhaCungCap.SelectedIndex = 0;
119             
this.tabControlFrmNhaCungCap.Size = new System.Drawing.Size(754, 495);
120             
this.tabControlFrmNhaCungCap.TabIndex = 0;
121             
//
122             
// tabPageDanhSachChonNhanhNCC
123             
//
124             
this.tabPageDanhSachChonNhanhNCC.Controls.Add(this.tableLayoutPanel1);
125             
this.tabPageDanhSachChonNhanhNCC.Location = new System.Drawing.Point(4, 27);
126             
this.tabPageDanhSachChonNhanhNCC.Name = "tabPageDanhSachChonNhanhNCC";
127             
this.tabPageDanhSachChonNhanhNCC.Padding = new System.Windows.Forms.Padding(3);
128             
this.tabPageDanhSachChonNhanhNCC.Size = new System.Drawing.Size(746, 464);
129             
this.tabPageDanhSachChonNhanhNCC.TabIndex = 1;
130             
this.tabPageDanhSachChonNhanhNCC.Text = "Danh sách NCC";
131             
this.tabPageDanhSachChonNhanhNCC.UseVisualStyleBackColor = true;
132             
//
133             
// tableLayoutPanel1
134             
//
135             
this.tableLayoutPanel1.ColumnCount = 1;
136             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
137             
this.tableLayoutPanel1.Controls.Add(this.dgvDanhSachChonNhanhNCC, 0, 1);
138             
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
139             
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
140             
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
141             
this.tableLayoutPanel1.RowCount = 3;
142             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.04831F));
143             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 79.95169F));
144             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
145             
this.tableLayoutPanel1.Size = new System.Drawing.Size(746, 470);
146             
this.tableLayoutPanel1.TabIndex = 0;
147             
//
148             
// dgvDanhSachChonNhanhNCC
149             
//
150             
this.dgvDanhSachChonNhanhNCC.AllowUserToAddRows = false;
151             
this.dgvDanhSachChonNhanhNCC.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
152             
this.dgvDanhSachChonNhanhNCC.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
153             
this.Chon,
154             
this.IdNhaCungCap,
155             
this.STT,
156             
this.HoVaTen,
157             
this.SoDienThoai,
158             
this.DiaChi});
159             
this.dgvDanhSachChonNhanhNCC.Dock = System.Windows.Forms.DockStyle.Fill;
160             
this.dgvDanhSachChonNhanhNCC.Location = new System.Drawing.Point(3, 95);
161             
this.dgvDanhSachChonNhanhNCC.Name = "dgvDanhSachChonNhanhNCC";
162             
this.dgvDanhSachChonNhanhNCC.RowTemplate.Height = 28;
163             
this.dgvDanhSachChonNhanhNCC.Size = new System.Drawing.Size(740, 363);
164             
this.dgvDanhSachChonNhanhNCC.TabIndex = 0;
165             
this.dgvDanhSachChonNhanhNCC.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDanhSachChonNhanhNCC_CellClick);
166             
//
167             
// panel2
168             
//
169             
this.panel2.Controls.Add(this.lblTongSoBanGhiHienThi);
170             
this.panel2.Controls.Add(this.btnTiep);
171             
this.panel2.Controls.Add(this.btnSau);
172             
this.panel2.Controls.Add(this.linkLabel_ThemMoi);
173             
this.panel2.Controls.Add(this.btnTimNhanhFrmDanhSachNCC);
174             
this.panel2.Controls.Add(this.txtSoDienThoaiFrmDanhSachNCC);
175             
this.panel2.Controls.Add(this.label7);
176             
this.panel2.Controls.Add(this.txtHoVaTenFrmDanhSachNCC);
177             
this.panel2.Controls.Add(this.label4);
178             
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
179             
this.panel2.Location = new System.Drawing.Point(3, 3);
180             
this.panel2.Name = "panel2";
181             
this.panel2.Size = new System.Drawing.Size(740, 86);
182             
this.panel2.TabIndex = 1;
183             
//
184             
// linkLabel_ThemMoi
185             
//
186             
this.linkLabel_ThemMoi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
187             
this.linkLabel_ThemMoi.AutoSize = true;
188             
this.linkLabel_ThemMoi.Location = new System.Drawing.Point(661, 2);
189             
this.linkLabel_ThemMoi.Name = "linkLabel_ThemMoi";
190             
this.linkLabel_ThemMoi.Size = new System.Drawing.Size(75, 18);
191             
this.linkLabel_ThemMoi.TabIndex = 7;
192             
this.linkLabel_ThemMoi.TabStop = true;
193             
this.linkLabel_ThemMoi.Text = "Thêm mới";
194             
this.linkLabel_ThemMoi.Visible = false;
195             
this.linkLabel_ThemMoi.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_ThemMoi_LinkClicked);
196             
//
197             
// btnTimNhanhFrmDanhSachNCC
198             
//
199             
this.btnTimNhanhFrmDanhSachNCC.Location = new System.Drawing.Point(452, 24);
200             
this.btnTimNhanhFrmDanhSachNCC.Name = "btnTimNhanhFrmDanhSachNCC";
201             
this.btnTimNhanhFrmDanhSachNCC.Size = new System.Drawing.Size(119, 24);
202             
this.btnTimNhanhFrmDanhSachNCC.TabIndex = 4;
203             
this.btnTimNhanhFrmDanhSachNCC.Text = "Tìm nhanh";
204             
this.btnTimNhanhFrmDanhSachNCC.UseVisualStyleBackColor = true;
205             
this.btnTimNhanhFrmDanhSachNCC.Visible = false;
206             
this.btnTimNhanhFrmDanhSachNCC.Click += new System.EventHandler(this.btnTimNhanhNCC_Click);
207             
//
208             
// txtSoDienThoaiFrmDanhSachNCC
209             
//
210             
this.txtSoDienThoaiFrmDanhSachNCC.Location = new System.Drawing.Point(249, 24);
211             
this.txtSoDienThoaiFrmDanhSachNCC.Name = "txtSoDienThoaiFrmDanhSachNCC";
212             
this.txtSoDienThoaiFrmDanhSachNCC.Size = new System.Drawing.Size(197, 24);
213             
this.txtSoDienThoaiFrmDanhSachNCC.TabIndex = 3;
214             
this.txtSoDienThoaiFrmDanhSachNCC.TextChanged += new System.EventHandler(this.txtSoDienThoaiFrmDanhSachNCC_TextChanged);
215             
//
216             
// label7
217             
//
218             
this.label7.AutoSize = true;
219             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
220             
this.label7.Location = new System.Drawing.Point(246, 3);
221             
this.label7.Name = "label7";
222             
this.label7.Size = new System.Drawing.Size(91, 17);
223             
this.label7.TabIndex = 2;
224             
this.label7.Text = "Số điện thoại";
225             
//
226             
// txtHoVaTenFrmDanhSachNCC
227             
//
228             
this.txtHoVaTenFrmDanhSachNCC.Location = new System.Drawing.Point(21, 24);
229             
this.txtHoVaTenFrmDanhSachNCC.Name = "txtHoVaTenFrmDanhSachNCC";
230             
this.txtHoVaTenFrmDanhSachNCC.Size = new System.Drawing.Size(197, 24);
231             
this.txtHoVaTenFrmDanhSachNCC.TabIndex = 1;
232             
this.txtHoVaTenFrmDanhSachNCC.TextChanged += new System.EventHandler(this.txtHoVaTenFrmDanhSachNCC_TextChanged);
233             
//
234             
// label4
235             
//
236             
this.label4.AutoSize = true;
237             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
238             
this.label4.Location = new System.Drawing.Point(18, 5);
239             
this.label4.Name = "label4";
240             
this.label4.Size = new System.Drawing.Size(69, 17);
241             
this.label4.TabIndex = 0;
242             
this.label4.Text = "Họ và tên";
243             
//
244             
// tabPageFrmThemMoiNCC
245             
//
246             
this.tabPageFrmThemMoiNCC.Controls.Add(this.linkLabel_DsNcc);
247             
this.tabPageFrmThemMoiNCC.Controls.Add(this.btnHuy);
248             
this.tabPageFrmThemMoiNCC.Controls.Add(this.btnThemMoi);
249             
this.tabPageFrmThemMoiNCC.Controls.Add(this.dateTimePickerNgaySinh);
250             
this.tabPageFrmThemMoiNCC.Controls.Add(this.txtGhiChu);
251             
this.tabPageFrmThemMoiNCC.Controls.Add(this.txtEmail);
252             
this.tabPageFrmThemMoiNCC.Controls.Add(this.txtTenCongTy);
253             
this.tabPageFrmThemMoiNCC.Controls.Add(this.txtSoDienThoai);
254             
this.tabPageFrmThemMoiNCC.Controls.Add(this.txtHoVaTen);
255             
this.tabPageFrmThemMoiNCC.Controls.Add(this.txtDiaChi);
256             
this.tabPageFrmThemMoiNCC.Controls.Add(this.label8);
257             
this.tabPageFrmThemMoiNCC.Controls.Add(this.label9);
258             
this.tabPageFrmThemMoiNCC.Controls.Add(this.label5);
259             
this.tabPageFrmThemMoiNCC.Controls.Add(this.label6);
260             
this.tabPageFrmThemMoiNCC.Controls.Add(this.label3);
261             
this.tabPageFrmThemMoiNCC.Controls.Add(this.label2);
262             
this.tabPageFrmThemMoiNCC.Controls.Add(this.label1);
263             
this.tabPageFrmThemMoiNCC.Location = new System.Drawing.Point(4, 27);
264             
this.tabPageFrmThemMoiNCC.Name = "tabPageFrmThemMoiNCC";
265             
this.tabPageFrmThemMoiNCC.Padding = new System.Windows.Forms.Padding(3);
266             
this.tabPageFrmThemMoiNCC.Size = new System.Drawing.Size(746, 464);
267             
this.tabPageFrmThemMoiNCC.TabIndex = 3;
268             
this.tabPageFrmThemMoiNCC.Text = "Thêm nhà cung cấp";
269             
this.tabPageFrmThemMoiNCC.UseVisualStyleBackColor = true;
270             
//
271             
// linkLabel_DsNcc
272             
//
273             
this.linkLabel_DsNcc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
274             
this.linkLabel_DsNcc.AutoSize = true;
275             
this.linkLabel_DsNcc.Location = new System.Drawing.Point(627, 3);
276             
this.linkLabel_DsNcc.Name = "linkLabel_DsNcc";
277             
this.linkLabel_DsNcc.Size = new System.Drawing.Size(116, 18);
278             
this.linkLabel_DsNcc.TabIndex = 18;
279             
this.linkLabel_DsNcc.TabStop = true;
280             
this.linkLabel_DsNcc.Text = "Danh sách NCC";
281             
this.linkLabel_DsNcc.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_DsNcc_LinkClicked_1);
282             
//
283             
// btnHuy
284             
//
285             
this.btnHuy.Location = new System.Drawing.Point(492, 410);
286             
this.btnHuy.Name = "btnHuy";
287             
this.btnHuy.Size = new System.Drawing.Size(68, 35);
288             
this.btnHuy.TabIndex = 17;
289             
this.btnHuy.Text = "Hủy";
290             
this.btnHuy.UseVisualStyleBackColor = true;
291             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click_1);
292             
//
293             
// btnThemMoi
294             
//
295             
this.btnThemMoi.Location = new System.Drawing.Point(566, 410);
296             
this.btnThemMoi.Name = "btnThemMoi";
297             
this.btnThemMoi.Size = new System.Drawing.Size(152, 35);
298             
this.btnThemMoi.TabIndex = 16;
299             
this.btnThemMoi.Text = "Hoàn tất thêm mới";
300             
this.btnThemMoi.UseVisualStyleBackColor = true;
301             
this.btnThemMoi.Click += new System.EventHandler(this.btnThemMoi_Click_1);
302             
//
303             
// dateTimePickerNgaySinh
304             
//
305             
this.dateTimePickerNgaySinh.CustomFormat = "dd/MM/yyyy";
306             
this.dateTimePickerNgaySinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
307             
this.dateTimePickerNgaySinh.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
308             
this.dateTimePickerNgaySinh.Location = new System.Drawing.Point(537, 270);
309             
this.dateTimePickerNgaySinh.Name = "dateTimePickerNgaySinh";
310             
this.dateTimePickerNgaySinh.Size = new System.Drawing.Size(181, 26);
311             
this.dateTimePickerNgaySinh.TabIndex = 15;
312             
//
313             
// txtGhiChu
314             
//
315             
this.txtGhiChu.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
316             
this.txtGhiChu.Location = new System.Drawing.Point(135, 328);
317             
this.txtGhiChu.Multiline = true;
318             
this.txtGhiChu.Name = "txtGhiChu";
319             
this.txtGhiChu.Size = new System.Drawing.Size(583, 56);
320             
this.txtGhiChu.TabIndex = 14;
321             
//
322             
// txtEmail
323             
//
324             
this.txtEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
325             
this.txtEmail.Location = new System.Drawing.Point(135, 270);
326             
this.txtEmail.Name = "txtEmail";
327             
this.txtEmail.Size = new System.Drawing.Size(265, 26);
328             
this.txtEmail.TabIndex = 13;
329             
//
330             
// txtTenCongTy
331             
//
332             
this.txtTenCongTy.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
333             
this.txtTenCongTy.Location = new System.Drawing.Point(135, 190);
334             
this.txtTenCongTy.Multiline = true;
335             
this.txtTenCongTy.Name = "txtTenCongTy";
336             
this.txtTenCongTy.Size = new System.Drawing.Size(583, 57);
337             
this.txtTenCongTy.TabIndex = 12;
338             
//
339             
// txtSoDienThoai
340             
//
341             
this.txtSoDienThoai.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
342             
this.txtSoDienThoai.Location = new System.Drawing.Point(135, 93);
343             
this.txtSoDienThoai.Name = "txtSoDienThoai";
344             
this.txtSoDienThoai.Size = new System.Drawing.Size(265, 26);
345             
this.txtSoDienThoai.TabIndex = 10;
346             
//
347             
// txtHoVaTen
348             
//
349             
this.txtHoVaTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
350             
this.txtHoVaTen.Location = new System.Drawing.Point(135, 45);
351             
this.txtHoVaTen.Name = "txtHoVaTen";
352             
this.txtHoVaTen.Size = new System.Drawing.Size(583, 26);
353             
this.txtHoVaTen.TabIndex = 9;
354             
//
355             
// txtDiaChi
356             
//
357             
this.txtDiaChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
358             
this.txtDiaChi.Location = new System.Drawing.Point(135, 142);
359             
this.txtDiaChi.Name = "txtDiaChi";
360             
this.txtDiaChi.Size = new System.Drawing.Size(583, 26);
361             
this.txtDiaChi.TabIndex = 2;
362             
//
363             
// label8
364             
//
365             
this.label8.AutoSize = true;
366             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
367             
this.label8.Location = new System.Drawing.Point(36, 145);
368             
this.label8.Name = "label8";
369             
this.label8.Size = new System.Drawing.Size(53, 18);
370             
this.label8.TabIndex = 8;
371             
this.label8.Text = "Địa chỉ";
372             
//
373             
// label9
374             
//
375             
this.label9.AutoSize = true;
376             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
377             
this.label9.Location = new System.Drawing.Point(30, 321);
378             
this.label9.Name = "label9";
379             
this.label9.Size = new System.Drawing.Size(59, 18);
380             
this.label9.TabIndex = 7;
381             
this.label9.Text = "Ghi chú";
382             
//
383             
// label5
384             
//
385             
this.label5.AutoSize = true;
386             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
387             
this.label5.Location = new System.Drawing.Point(36, 191);
388             
this.label5.Name = "label5";
389             
this.label5.Size = new System.Drawing.Size(85, 18);
390             
this.label5.TabIndex = 5;
391             
this.label5.Text = "Tên công ty";
392             
//
393             
// label6
394             
//
395             
this.label6.AutoSize = true;
396             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
397             
this.label6.Location = new System.Drawing.Point(30, 274);
398             
this.label6.Name = "label6";
399             
this.label6.Size = new System.Drawing.Size(91, 18);
400             
this.label6.TabIndex = 4;
401             
this.label6.Text = "Email liên hệ";
402             
//
403             
// label3
404             
//
405             
this.label3.AutoSize = true;
406             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
407             
this.label3.Location = new System.Drawing.Point(426, 274);
408             
this.label3.Name = "label3";
409             
this.label3.Size = new System.Drawing.Size(105, 18);
410             
this.label3.TabIndex = 3;
411             
this.label3.Text = "Ngày thành lập";
412             
//
413             
// label2
414             
//
415             
this.label2.AutoSize = true;
416             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
417             
this.label2.Location = new System.Drawing.Point(30, 54);
418             
this.label2.Name = "label2";
419             
this.label2.Size = new System.Drawing.Size(71, 18);
420             
this.label2.TabIndex = 1;
421             
this.label2.Text = "Họ và tên";
422             
//
423             
// label1
424             
//
425             
this.label1.AutoSize = true;
426             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
427             
this.label1.Location = new System.Drawing.Point(30, 96);
428             
this.label1.Name = "label1";
429             
this.label1.Size = new System.Drawing.Size(94, 18);
430             
this.label1.TabIndex = 0;
431             
this.label1.Text = "Số điện thoại";
432             
//
433             
// Chon
434             
//
435             
this.Chon.FillWeight = 70F;
436             
this.Chon.HeaderText = "Sửa";
437             
this.Chon.Name = "Chon";
438             
this.Chon.Resizable = System.Windows.Forms.DataGridViewTriState.True;
439             
this.Chon.Visible = false;
440             
this.Chon.Width = 70;
441             
//
442             
// IdNhaCungCap
443             
//
444             
this.IdNhaCungCap.HeaderText = "IdNhaCungCap";
445             
this.IdNhaCungCap.Name = "IdNhaCungCap";
446             
this.IdNhaCungCap.Visible = false;
447             
//
448             
// STT
449             
//
450             
this.STT.FillWeight = 50F;
451             
this.STT.HeaderText = "STT";
452             
this.STT.Name = "STT";
453             
this.STT.Width = 50;
454             
//
455             
// HoVaTen
456             
//
457             
this.HoVaTen.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
458             
this.HoVaTen.HeaderText = "Họ và tên";
459             
this.HoVaTen.Name = "HoVaTen";
460             
this.HoVaTen.Resizable = System.Windows.Forms.DataGridViewTriState.True;
461             
this.HoVaTen.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
462             
//
463             
// SoDienThoai
464             
//
465             
this.SoDienThoai.FillWeight = 150F;
466             
this.SoDienThoai.HeaderText = "Số điện thoại";
467             
this.SoDienThoai.Name = "SoDienThoai";
468             
this.SoDienThoai.Width = 150;
469             
//
470             
// DiaChi
471             
//
472             
this.DiaChi.FillWeight = 170F;
473             
this.DiaChi.HeaderText = "Địa chỉ";
474             
this.DiaChi.Name = "DiaChi";
475             
this.DiaChi.Width = 170;
476             
//
477             
// lblTongSoBanGhiHienThi
478             
//
479             
this.lblTongSoBanGhiHienThi.AllowDrop = true;
480             
this.lblTongSoBanGhiHienThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
481             
this.lblTongSoBanGhiHienThi.Location = new System.Drawing.Point(301, 63);
482             
this.lblTongSoBanGhiHienThi.Name = "lblTongSoBanGhiHienThi";
483             
this.lblTongSoBanGhiHienThi.Size = new System.Drawing.Size(329, 18);
484             
this.lblTongSoBanGhiHienThi.TabIndex = 46;
485             
this.lblTongSoBanGhiHienThi.Text = "Hiển thị từ 1 đến 30 trong 100 mục";
486             
this.lblTongSoBanGhiHienThi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
487             
//
488             
// btnTiep
489             
//
490             
this.btnTiep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
491             
this.btnTiep.Location = new System.Drawing.Point(690, 56);
492             
this.btnTiep.Name = "btnTiep";
493             
this.btnTiep.Size = new System.Drawing.Size(49, 30);
494             
this.btnTiep.TabIndex = 44;
495             
this.btnTiep.Text = ">>";
496             
this.btnTiep.UseVisualStyleBackColor = true;
497             
this.btnTiep.Click += new System.EventHandler(this.btnTiep_Click);
498             
//
499             
// btnSau
500             
//
501             
this.btnSau.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
502             
this.btnSau.Location = new System.Drawing.Point(635, 56);
503             
this.btnSau.Name = "btnSau";
504             
this.btnSau.Size = new System.Drawing.Size(49, 30);
505             
this.btnSau.TabIndex = 45;
506             
this.btnSau.Text = "<<";
507             
this.btnSau.UseVisualStyleBackColor = true;
508             
this.btnSau.Click += new System.EventHandler(this.btnSau_Click);
509             
//
510             
// frmNhaCungCap
511             
//
512             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
513             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
514             
this.ClientSize = new System.Drawing.Size(769, 522);
515             
this.Controls.Add(this.panel1);
516             
this.MinimizeBox = false;
517             
this.Name = "frmNhaCungCap";
518             
this.Text = "Thông tin nhà cung cấp";
519             
this.Load += new System.EventHandler(this.frmNhaCungCap_Load);
520             
this.panel1.ResumeLayout(false);
521             
this.panel3.ResumeLayout(false);
522             
this.tabControlFrmNhaCungCap.ResumeLayout(false);
523             
this.tabPageDanhSachChonNhanhNCC.ResumeLayout(false);
524             
this.tableLayoutPanel1.ResumeLayout(false);
525             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachChonNhanhNCC)).EndInit();
526             
this.panel2.ResumeLayout(false);
527             
this.panel2.PerformLayout();
528             
this.tabPageFrmThemMoiNCC.ResumeLayout(false);
529             
this.tabPageFrmThemMoiNCC.PerformLayout();
530             
this.ResumeLayout(false);
531
532         }
533
534         
#endregion
535
536         
private System.Windows.Forms.Panel panel1;
537         
private System.Windows.Forms.TabControl tabControlFrmNhaCungCap;
538         
private System.Windows.Forms.TabPage tabPageDanhSachChonNhanhNCC;
539         
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
540         
private System.Windows.Forms.DataGridView dgvDanhSachChonNhanhNCC;
541         
private System.Windows.Forms.TabPage tabPageFrmThemMoiNCC;
542         
private System.Windows.Forms.Button btnHuy;
543         
private System.Windows.Forms.Button btnThemMoi;
544         
private System.Windows.Forms.DateTimePicker dateTimePickerNgaySinh;
545         
private System.Windows.Forms.TextBox txtGhiChu;
546         
private System.Windows.Forms.TextBox txtEmail;
547         
private System.Windows.Forms.TextBox txtTenCongTy;
548         
private System.Windows.Forms.TextBox txtSoDienThoai;
549         
private System.Windows.Forms.TextBox txtHoVaTen;
550         
private System.Windows.Forms.TextBox txtDiaChi;
551         
private System.Windows.Forms.Label label8;
552         
private System.Windows.Forms.Label label9;
553         
private System.Windows.Forms.Label label5;
554         
private System.Windows.Forms.Label label6;
555         
private System.Windows.Forms.Label label3;
556         
private System.Windows.Forms.Label label2;
557         
private System.Windows.Forms.Label label1;
558         
private System.Windows.Forms.Panel panel2;
559         
private System.Windows.Forms.Button btnTimNhanhFrmDanhSachNCC;
560         
private System.Windows.Forms.TextBox txtSoDienThoaiFrmDanhSachNCC;
561         
private System.Windows.Forms.Label label7;
562         
private System.Windows.Forms.TextBox txtHoVaTenFrmDanhSachNCC;
563         
private System.Windows.Forms.Label label4;
564         
private System.Windows.Forms.Panel panel3;
565         
private System.Windows.Forms.LinkLabel linkLabel_ThemMoi;
566         
private System.Windows.Forms.LinkLabel linkLabel_DsNcc;
567         
private System.Windows.Forms.Button btnDong;
568         
private System.Windows.Forms.DataGridViewLinkColumn Chon;
569         
private System.Windows.Forms.DataGridViewTextBoxColumn IdNhaCungCap;
570         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
571         
private System.Windows.Forms.DataGridViewLinkColumn HoVaTen;
572         
private System.Windows.Forms.DataGridViewTextBoxColumn SoDienThoai;
573         
private System.Windows.Forms.DataGridViewTextBoxColumn DiaChi;
574         
private System.Windows.Forms.Label lblTongSoBanGhiHienThi;
575         
private System.Windows.Forms.Button btnTiep;
576         
private System.Windows.Forms.Button btnSau;
577     }
578 }


Gõ tìm kiếm nhanh...